home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / WTEK0593.ZIP;1 / EDIT-CPP.ZIP / EDITOR.REG < prev    next >
Encoding:
Windows Registry Data  |  1993-03-07  |  716 b   |  16 lines

  1. REGEDIT
  2. ; This .REG file is for informational purposes
  3. ;   The default registration entries described below are registered
  4. ;        automatically with a call to CWinApp::RegisterShellFileTypes
  5. HKEY_CLASSES_ROOT\.txt = EditorFileType
  6. HKEY_CLASSES_ROOT\EditorFileType = EDITOR File Type
  7. HKEY_CLASSES_ROOT\EditorFileType\shell\open\command = EDITOR -e
  8. HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec = [open("%1")]
  9.  
  10. HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec\application = EDITOR
  11.     ; note: the application is optional
  12.     ;  (it defaults to the app name in "command")
  13. HKEY_CLASSES_ROOT\EditorFileType\shell\open\ddeexec\topic = system
  14.     ; note: the topic name is optional
  15.     ;  (it defaults to "system")
  16.